[BLKTAP]: Kill duplicate fast_flush_area call
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 20 Oct 2006 08:22:58 +0000 (09:22 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 20 Oct 2006 08:22:58 +0000 (09:22 +0100)
commita9356988942783fa839b4df49dc725a641e05933
treee4e3735a8f715c08c930217de1d9b081edee3e80
parent86d55ec10a7f6f925099f47b6903d65d3d386d18
[BLKTAP]: Kill duplicate fast_flush_area call

The dispatch_rw_block_io may call fast_flush_area twice if
create_lookup_pte_addr fails (there is a flush call at fail_flush
already).  The second call simply causes warnings to be printed
on the console.  This patch removes the duplicate call.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
linux-2.6-xen-sparse/drivers/xen/blktap/blktap.c